Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Utilities
Allpass
Bandpass
BandpassFlat
BandpassFlat(double, double, int, double, int, double)
Process(float[])
Process(float[], int, int)
BiquadFilter
Cavernize
Comb
ComplexFilter
Convolver
Crossover
DebugCrossover
Delay
DualConvolver
Echo
FastConvolver
Filter
FilterExtensions
Gain
Highpass
HighShelf
Lowpass
LowShelf
Normalizer
Notch
PeakingEQ
PhaseShifter
SpikeConvolver
ThreadSafeFastConvolver
Format
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class BandpassFlat
Combination of a lowpass and a highpass filter.
Visibility
Public
Extends
Filter
Public functions
Constructor
BandpassFlat(double lowFreq, double highFreq, int sampleRate, double q = QFactor.reference, int order = 4, double gain = 0)
Combination of a lowpass and a highpass filter.
void
Process(float[] samples)
Apply bandpass on an array of samples. One filter should be applied to only one continuous stream of samples.
void
Process(float[] samples, int channel, int channels)
Apply bandpass on an array of samples. One filter should be applied to only one continuous stream of samples.